home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_02
/
9n02072a
< prev
next >
Wrap
Text File
|
1990-12-16
|
406b
|
24 lines
stddef.h
typedef unsigned int size_t;
stdlib.h
/* n is the largest possible randomly generated number
*/
#define RAND_MAX n
limits.h
/* n is the largest possible value for an int variable
*/
#define UINT_MAX n
float.h
/* n is the largest possible value for a double variable
*/
#define DBL_MAX n
string.h
extern char *strdup();
extern int strcmp();